//==============================================================================
anim idle
{
    SetSelector none
    {
        set hotspot
        {
            version
            {
			    VisualNone jimmy
            }
        }
    }
}

//==============================================================================
anim walk
{
    SetSelector none
    {
        set hotspot
        {
            version
            {
			    VisualNone jimmy
				length 0.1
            }
        }
    }
}

//==============================================================================
anim rangedattack
{
    SetSelector none
    {
        set hotspot
        {
            version
            {
			    VisualNone jimmy
				length 0.1
            }
        }
    }
}

//==============================================================================
anim Charging
{
    SetSelector
	{
	Techlogic none/Wep Enyo Crit Enable
	SetSelector // LONG BOW LEVEL 11
    {
		set hotspot
        {
			version
            {
			     VisualNone jimmy
                 tag Attack 0.05 true
				 tag Attack 0.18 true
				 tag Attack 0.33 true
				 tag Attack 0.48 true
				 tag Attack 0.63 true
				 tag Attack 0.78 true
				 tag Attack 0.93 true
                 tag SpecificSoundSet 0.05 false Bow checkVisible
				 tag SpecificSoundSet 0.18 false Bow checkVisible
				 tag SpecificSoundSet 0.33 false Bow checkVisible
				 tag SpecificSoundSet 0.48 false Bow checkVisible
				 tag SpecificSoundSet 0.63 false Bow checkVisible
				 tag SpecificSoundSet 0.78 false Bow checkVisible
				 tag SpecificSoundSet 0.93 false Bow checkVisible
			     length 1.0
            }
        }
	}
	SetSelector // CRITS ENABLED
    {
		set hotspot
        {
			version
            {
			     VisualNone jimmy
			     length 0.1
            }
        }
	}
}
}